'Declaration
Protected Sub OnDetailCellCreating( _ ByVal e As GridDetailCellCreatingEventArgs _ )
'Usage
Dim instance As FlexGridDetailProvider(Of TItem) Dim e As GridDetailCellCreatingEventArgs instance.OnDetailCellCreating(e)
protected void OnDetailCellCreating( GridDetailCellCreatingEventArgs e )
Parameters
- e
- The GridDetailCellCreatingEventArgs instance containing the event data.